Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.team.core.sync.ILocalSyncElement

Packages that use ILocalSyncElement
org.eclipse.team.core.sync   
 

Uses of ILocalSyncElement in org.eclipse.team.core.sync
 

Subinterfaces of ILocalSyncElement in org.eclipse.team.core.sync
 interface IRemoteSyncElement
          Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Classes in org.eclipse.team.core.sync that implement ILocalSyncElement
 class LocalSyncElement
          Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 class RemoteSyncElement
          Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.team.core.sync that return ILocalSyncElement
 ILocalSyncElement[] RemoteSyncElement.members(IProgressMonitor progress)
           
abstract  ILocalSyncElement LocalSyncElement.create(IResource local, IRemoteResource base, Object data)
          Creates a client specific sync element from a local and base resources.
 ILocalSyncElement[] LocalSyncElement.members(IProgressMonitor monitor)
           
 ILocalSyncElement[] ILocalSyncElement.members(IProgressMonitor monitor)
          Answers and array of ILocalSyncElement elements that are immediate children of this sync element, in no particular order.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.